Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make top-level definitions mutually recursive #3250

Merged
merged 2 commits into from
Dec 19, 2024

Conversation

lukaszcz
Copy link
Collaborator

@lukaszcz lukaszcz commented Dec 18, 2024

All top-level definitions are now back to being recursive, except definitions with pattern-matching on the left-hand side, e.g.,

(x, y) := ...;

is not recursive on the top level.

@lukaszcz lukaszcz added this to the 0.6.9 milestone Dec 18, 2024
@lukaszcz lukaszcz self-assigned this Dec 18, 2024
@lukaszcz lukaszcz marked this pull request as draft December 18, 2024 13:01
@lukaszcz lukaszcz marked this pull request as ready for review December 18, 2024 16:40
@lukaszcz lukaszcz changed the title Make all top-level definitions mutually recursive Make top-level definitions mutually recursive Dec 18, 2024
@lukaszcz lukaszcz merged commit 58d1f43 into main Dec 19, 2024
6 of 8 checks passed
@lukaszcz lukaszcz deleted the toplevel-recursive-definitions branch December 19, 2024 08:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants